home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-07-12 | 528 b | 33 lines |
- #include <Fresco.tmpl>
- #include <Ixx.tmpl>
-
- HEADERS = \
- $(FDRAW_HEADERS)
-
- SRCS = \
- $(DISH_SRCS) \
- $(FDRAW_SRCS) \
- $(I2MIF_SRCS) \
- $(IXX_SRCS)
-
- PROGRAMS = \
- dish \
- fdraw \
- i2mif \
- ixx
-
- IXCONFIG =
-
- AllTarget($(PROGRAMS))
- IxxDependency()
-
- #include "../../../Fresco/cmd/dish/Imakefile"
- #include "../../../Fresco/cmd/fdraw/Imakefile"
- #include "../../../Fresco/cmd/i2mif/Imakefile"
- #include "../../../Fresco/cmd/ixx/Imakefile"
-
- depend:: $(HEADERS)
- DependTarget()
- clean::
- RemoveFiles($(PROGRAMS))
-